home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 55
/
MINAMI55.ISO
/
Varios
/
Juegos
/
03 - Red_Ninja.swf
/
scripts
/
DefineButton2_166
/
BUTTONCONDACTION on(keyPress Up).as
< prev
Wrap
Text File
|
2004-10-04
|
238b
|
12 lines
on(keyPress "<Up>"){
setProperty("/map/b", _X, - "2000");
setProperty("/map/b", _Y, - "2000");
set("/:adelay","0");
tellTarget("/map/man")
{
gotoAndStop("uwalk");
play();
}
set("/:face","1");
}